home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
rollem
/
rolem12.frm
< prev
next >
Wrap
Text File
|
1995-05-08
|
1KB
|
53 lines
VERSION 2.00
Begin Form Form2
BackColor = &H00FFFFFF&
BorderStyle = 3 'Fixed Double
Caption = "About Roll em"
ClientHeight = 1545
ClientLeft = 3285
ClientTop = 3120
ClientWidth = 3240
ControlBox = 0 'False
Height = 1950
Left = 3225
LinkMode = 1 'Source
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1545
ScaleWidth = 3240
Top = 2775
Width = 3360
Begin CommandButton Command1
BackColor = &H00FFFFFF&
Caption = "OK"
Height = 495
Left = 960
TabIndex = 1
Top = 840
Width = 1215
End
Begin PictureBox Picture1
Height = 495
Left = 120
Picture = ROLEM12.FRX:0000
ScaleHeight = 465
ScaleWidth = 465
TabIndex = 0
Top = 120
Width = 495
End
Begin Label Label1
Caption = "Written By: Kirk Lewellen"
Height = 255
Left = 840
TabIndex = 2
Top = 360
Width = 2295
End
End
Sub Command1_Click ()
form2.Hide
End Sub